runtime.specialsIter.s (field)
12 uses
runtime (current package)
mgcsweep.go#L518: objIndex := uintptr(siter.s.offset) / size
mgcsweep.go#L526: for tmp := siter.s; tmp != nil && uintptr(tmp.offset) < endOffset; tmp = tmp.next {
mgcsweep.go#L535: for siter.valid() && uintptr(siter.s.offset) < endOffset {
mgcsweep.go#L538: special := siter.s
mgcsweep.go#L552: if siter.s.kind == _KindSpecialReachable {
mheap.go#L1891: s *special
mheap.go#L1899: return i.s != nil
mheap.go#L1903: i.pprev = &i.s.next
mheap.go#L1904: i.s = *i.pprev
mheap.go#L1910: cur := i.s
mheap.go#L1911: i.s = cur.next
mheap.go#L1912: *i.pprev = i.s
The pages are generated with Golds v0.4.9. (GOOS=linux GOARCH=amd64)